ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / BaseChartAxisList<T> Class / DoubleValues Property

In This Topic
    DoubleValues Property
    In This Topic
    A double collection value that indicates the axes point data.
    Syntax
    'Declaration
     
    Public Property DoubleValues As System.Double()
    public System.double[] DoubleValues {get; set;}
    Remarks
    The DoubleValues/DateTimeValues/StringValues are mutual exclusive.
    See Also